Skip to main content
guest
|
Join
|
Help
|
Sign In
guest
Join
|
Help
|
Sign In
schuchert
Home
Wiki Home
Recent Changes
Pages and Files
Members
My CV
C++ Training
New Stuff
FitNessse Tutorials
Experiential Learning
RubyNotes
EJB & JPA
Agile Courseware
Unpublished Articles
Tool Configuration
AOP
C# & OOP
Back to the Top
iPhone.XCode_4.2.SettingUpAStaticLibrary
Edit
0
2
…
0
Tags
No tags
Notify
RSS
Backlinks
Source
Print
Export (PDF)
Add XCode Templates
Using git, clone this repo:
https://github.com/kstenerud/iOS-Universal-Framework
There are detailed instructions there (thank you to Karl for that!)
Under "Real Framework" run install.sh - answer Y when given the option, take the default values otherwise
Under "Real Framework" run install.sh - answer Y when given the option, take the default values otherwise
Restart XCode
Create Project
For this example, I'l use a C library called Matt's Arbitrary Precision Math library - one I use in my RpnCalculator
Download the library from
http://www.tc.umn.edu/~ringx004/mapm-4.9.5a.tar.gz
Create workspace for your project
Create a number of targets
...
WIP
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
Add XCode Templates
Create Project
For this example, I'l use a C library called Matt's Arbitrary Precision Math library - one I use in my RpnCalculatorWIP